home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / ISSUE01 / TIPTRIX / DLLOBJ / OBJDLL.PAS < prev    next >
Encoding:
Pascal/Delphi Source File  |  1995-06-01  |  91 b   |  10 lines

  1. library ObjDll;
  2.  
  3. uses MyObj, WinProcs;
  4.  
  5. exports
  6.   _TMyObject index 1;
  7.  
  8. begin
  9. end.
  10.